* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-300.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-regular.woff) format("woff");
}
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local(""), url(../fonts/open-sans-v29-latin_cyrillic-600.woff2) format("woff2"), url(../fonts/open-sans-v29-latin_cyrillic-600.woff) format("woff");
}
body {
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

header {
    background-color: #ffffff;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    max-width: 150px;
}

nav ul {
    display: flex;
    list-style-type: none;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

.contact-info a {
    text-decoration: none;
    color: #000;
}

.hero {
    text-align: center;
    padding: 50px 0;
    background-image: url(../img/scale_1200.png);
    min-width: 70%;
    min-height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.hero_s{
    display: flex;
    height: 80vh;
    align-items: center;

}
.hero_1{
    text-align: center;

}
.polos{
    width: 100%;
    height: 10px;
    background-color: #03662d;
    
}
/* .hero_2{
    background-image: url(../img/2024-10-25_17-15-50_9154.png);
    min-width: 70%;
    min-height: 80%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} */
.hero p {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.buttons .btn {
    padding: 15px 30px;
    text-decoration: none;
    margin-right: 10px;
}
.services {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.services h2 {
    margin-bottom: 40px;
    font-size: 2em;
}

.service-item {
    display: inline-block;
    position: relative;
    height: 350px;
    width: 40%;
    margin: 1%;
    padding: 20px;
    padding-top: 40px;
    border-radius: 50px;
}
.btn{
    border-radius: 50px;
    background-color: #048739;
    border: none;
    align-items: center;
}
.ult{
    padding: 10px;
    width: 30%;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    float: right;
    left: 10%;
    background-color: #048739;
}
.service-item img {
    max-width: 100%;
}
.service-item:first-child{
    background-image: url(../img/sputnik-123.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-item:nth-child(2){
    background-image: url(../img/avto-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-item:nth-child(3){
    background-image: url(../img/kartochki-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.service-item:nth-child(4){
    background-image: url(../img/kandinsky-download-1731352766242.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.serv_kont{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.s_z{
    display: flex;
    align-items: center;
    text-align: center;
}
.img_s{
    object-fit: contain;
    width: 200px;
    height: 200px;
}
.h_zag{
    margin-bottom: 70px;
    font-weight: 500;
}
.h22 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 500;
    color: white;
    text-shadow:     0 1px 0 hsl(174,5%,60%),
                     0 2px 0 hsl(174,5%,55%),
                     0 3px 0 hsl(174,5%,50%),
                     0 4px 0 hsl(174,5%,45%),
                     
                     0 0 5px rgba(0,0,0,.05),
                     0 1px 3px rgba(0,0,0,.2),
                     0 3px 5px rgba(0,0,0,.2),
                     0 5px 10px rgba(0,0,0,.2),
                     0 10px 10px rgba(0,0,0,.2),
                     0 20px 20px rgba(0,0,0,.3);
}
.va{
    background-image: url(/img/adsfas.png);
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.link-success{
    font-size: 18px;
    font-weight: 600;
}
.service-item .s_z p {
    font-size: 25px;
    color: white;
}
.ab_ul{
    margin-top: 70px;
    display: flex;
    justify-content: center;
}
.about {
    padding-top: 70px;
    background-color: #f7f7f7;
    padding: 50px 0;
    text-align: center;
}

.about h2 {
    margin-bottom: 20px;
    font-size: 2em;
}

.about p {
    margin-bottom: 20px;
    font-size: 1.2em;
}

.about ul {
    list-style-type: none;
    padding: 0;
}

.about ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.card{
    margin-right: 20px;
    border: none;
    background-color: #f7f7f7;
    align-items: center;
}
.card-img-top{
    object-fit: contain;
    height: 150px;
}

.contact {
    background-color: #fff;
    padding: 50px 0;
    text-align: center;
}

.contact h2 {
    margin-bottom: 20px;
    font-size: 2em;
}
.kont_s{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 70px;
    text-align: center;
}
.kont_1{
    overflow: hidden;  
    border-radius: 20px;
    height: 300px;
}
.for_s{
    display: flex;
    justify-content: center;
}
.for_1{
    margin-right: 70px;
}
footer {
    background-color: #03662d;
    color: #fff;
    text-align: center;
    border-top-left-radius:50px;
    border-top-right-radius:50px;
}
.formm {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f5faf5;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* Стили для меток */
.form-label {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

/* Стили для полей ввода */
.form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
}

.form-control:focus {
    border-color: #048739;
    box-shadow: 0 0 5px rgba(4, 135, 57, 0.3);
}

/* Стили для кнопки */
.btn-primary {
    background-color: #048739;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #03662d;
}

/* Стили для текста согласия */
.form-check-label a {
    color: #048739;
    text-decoration: none;
}

.form-check-label a:hover {
    text-decoration: underline;
}
.form-check .form-check-input{
    float: none;
}
.kont_p{
    font-size: 14px;
    font-weight: 600;
    text-align: left; 
}
.kont_p1{
    font-size: 14px;
    font-weight: 600;
}
/* Стили для чекбокса согласия */

.aew{
    margin-right: 40px;
}
.slyder{
    align-items: center;
    text-align: center;
    margin-bottom: 70px;

}
.fut_a{
    text-decoration: none;
    color: white;
    text-align: left;
}
.contakt{
    margin-top: 70px;
}
.img_glonass{
    display: block;
    margin: 0 auto;
    height: 80vh;
    width: auto;
    background-size: contain;
    background-position: center;
    background-image: url(/img/site_scheme2_final-03.png);
    background-repeat: no-repeat;
}
.glonass{
    background-image: url(/img/99-998456_triangle_3.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.fot_s{
    display: flex;
    justify-content: space-around;
    padding: 20px;
    align-items: center;
}
.post{
    text-decoration: none;
    margin: 70px;
    font-weight: 600;
    font-size: 20px;
    color: #ad2020;
}
.pulse {
    position: relative; /* Нужно будет в будущем, для позиционирования эффекта */
    text-align: center;
    padding: 20px; /* Отступ можете подобрать свой */
    border-radius: 50%; /* Делаем икноку круглой */
    background: #03662cbe;
    width: 80px;
    height: 80px;
    color: #ffffff;
  }
  
  .pulse::before,
  .pulse::after {
    content: '';
    position: absolute;
    border: 2px solid #03662d; /* Ширина обводки */
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    opacity: 0;
    animation: pulse 2.5s linear infinite;
  }
  
  .pulse::after {
    animation-delay: 1.5s; /* Смещение по времени для второго эффекта */
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: scale(1.2);
      opacity: 0;
    }
  }
  
